home *** CD-ROM | disk | FTP | other *** search
- REM Ready to install to Turbo C on default disc drive?
- PAUSE Press any key to continue, or Ctrl+C to Halt
- IF NOT EXIST \tc\include\stdio.h GOTO ERROR
- COPY a:c_wndw.h \tc\include\c_wndw.h /v
- COPY a:c_wndw.tur \tc\lib\c_wndw.lib /v
- copy a:mtest.tur \tc\mtest.h
- copy a:complink.tur \tc\complink.bat
- REM Ready to install the sample programs?
- PAUSE Press any key to continue, or Ctrl+C to Halt
- MD \tc\marietta
- copy a:*.c \tc\marietta\*.c
- copy a:*.prj \tc\marietta\*.prj
- GOTO END
- :ERROR
- REM Could not find library <stdio.h> on default disc
- :END